﻿2026-07-16T05:43:30.6022659Z ##[group]Run actions/checkout@v5
2026-07-16T05:43:30.6023655Z with:
2026-07-16T05:43:30.6024399Z   repository: BigscreenVR/spt-bs-core
2026-07-16T05:43:30.6031758Z   token: ***
2026-07-16T05:43:30.6032799Z   ssh-strict: true
2026-07-16T05:43:30.6033577Z   ssh-user: git
2026-07-16T05:43:30.6034330Z   persist-credentials: true
2026-07-16T05:43:30.6035145Z   clean: true
2026-07-16T05:43:30.6035887Z   sparse-checkout-cone-mode: true
2026-07-16T05:43:30.6036794Z   fetch-depth: 1
2026-07-16T05:43:30.6037508Z   fetch-tags: false
2026-07-16T05:43:30.6038245Z   show-progress: true
2026-07-16T05:43:30.6039107Z   lfs: false
2026-07-16T05:43:30.6039810Z   submodules: false
2026-07-16T05:43:30.6040579Z   set-safe-directory: true
2026-07-16T05:43:30.6041517Z env:
2026-07-16T05:43:30.6042227Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-16T05:43:30.6043164Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-16T05:43:30.6044156Z ##[endgroup]
2026-07-16T05:43:30.6939092Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-16T05:43:30.6942613Z ##[group]Getting Git version info
2026-07-16T05:43:30.6944026Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-16T05:43:30.6946079Z [command]/usr/bin/git version
2026-07-16T05:43:30.6946918Z git version 2.43.0
2026-07-16T05:43:30.6954445Z ##[endgroup]
2026-07-16T05:43:30.6967638Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a5d1c03f-ef8f-42ac-bd89-0f8aa2177b15' before making global git config changes
2026-07-16T05:43:30.6971707Z Adding repository directory to the temporary git global config as a safe directory
2026-07-16T05:43:30.6973926Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-16T05:43:30.7005945Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-16T05:43:30.7025952Z https://github.com/BigscreenVR/spt-bs-core
2026-07-16T05:43:30.7036756Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-16T05:43:30.7038863Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-16T05:43:30.7057347Z HEAD
2026-07-16T05:43:30.7089957Z ##[endgroup]
2026-07-16T05:43:30.7090821Z [command]/usr/bin/git submodule status
2026-07-16T05:43:30.7288858Z ##[group]Cleaning the repository
2026-07-16T05:43:30.7290480Z [command]/usr/bin/git clean -ffdx
2026-07-16T05:43:30.7321950Z Removing traceable-reqs
2026-07-16T05:43:30.7328583Z [command]/usr/bin/git reset --hard HEAD
2026-07-16T05:43:30.7380750Z HEAD is now at 1b94f26 Merge 625068789d4567678ed06bf0b5c123818629aa6e into e0387e637d175f2aef8d4d1a5e65761be0cd2cf1
2026-07-16T05:43:30.7385425Z ##[endgroup]
2026-07-16T05:43:30.7386836Z ##[group]Disabling automatic garbage collection
2026-07-16T05:43:30.7389994Z [command]/usr/bin/git config --local gc.auto 0
2026-07-16T05:43:30.7416056Z ##[endgroup]
2026-07-16T05:43:30.7417201Z ##[group]Setting up auth
2026-07-16T05:43:30.7421559Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-16T05:43:30.7449077Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-16T05:43:30.7647529Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-16T05:43:30.7676681Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-16T05:43:30.7864379Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-16T05:43:30.7892586Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-16T05:43:30.8090651Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-16T05:43:30.8122356Z ##[endgroup]
2026-07-16T05:43:30.8123949Z ##[group]Fetching the repository
2026-07-16T05:43:30.8129882Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0935e9d2695e184dd19f8dfe8c6e1ae1abe404f9:refs/remotes/pull/9/merge
2026-07-16T05:43:31.2648464Z ##[endgroup]
2026-07-16T05:43:31.2649314Z ##[group]Determining the checkout info
2026-07-16T05:43:31.2652519Z ##[endgroup]
2026-07-16T05:43:31.2656682Z [command]/usr/bin/git sparse-checkout disable
2026-07-16T05:43:31.2700872Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-16T05:43:31.2730455Z ##[group]Checking out the ref
2026-07-16T05:43:31.2732790Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/9/merge
2026-07-16T05:43:31.2868113Z Previous HEAD position was 1b94f26 Merge 625068789d4567678ed06bf0b5c123818629aa6e into e0387e637d175f2aef8d4d1a5e65761be0cd2cf1
2026-07-16T05:43:31.2870089Z HEAD is now at 0935e9d Merge 58e8c1fd5522fc4a205670c28c2dda0200027959 into e0387e637d175f2aef8d4d1a5e65761be0cd2cf1
2026-07-16T05:43:31.2875927Z ##[endgroup]
2026-07-16T05:43:31.2909490Z [command]/usr/bin/git log -1 --format=%H
2026-07-16T05:43:31.2931068Z 0935e9d2695e184dd19f8dfe8c6e1ae1abe404f9
